home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Bowers Development / AppMaker 2.0b5 / Examples / Procedural / Gadgets / Pallette.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-19  |  561 b   |  21 lines  |  [TEXT/MMCC]

  1. /* Pallette.h */
  2. /* Created 01/01/95 12:01 PM by AppMaker */
  3.  
  4. #include "Globals.h"
  5.  
  6. /*----------*/
  7. void    OpenPallette        (FSSpec*        fileSpec,
  8.                              short            fRefNum);
  9. void    ClosePallette    (void);
  10. void    ControlPallette    (ControlHandle    whichControl,
  11.                              short            whichPart,
  12.                              Point            where);
  13. void    MouseInPallette    (Point            where,
  14.                              short            modifiers);
  15. void    TypeInPallette    (char            ch);
  16. void    UpdatePallette    (void);
  17. void    ActivatePallette    (Boolean        activate);
  18. void    ResizePallette    (void);
  19. pascal void ScrollPallette    (short        newValue,
  20.                                  short        oldValue);
  21.